home *** CD-ROM | disk | FTP | other *** search
Text File | 1992-01-27 | 1.0 KB | 23 lines | [TEXT/MPS ] |
- #
- # GlobalizeTApplication
- #
- # Executing this script will copy the result files of the TApplication class
- # to the MPW C++ libraries and includes folders. Once there, the TApplication
- # class can be included for use by other code.
- #
- # Therefore, don't execute this script unless you are satisfied that any
- # changes you may have made to the source code are exactly as you want them.
- #
- # Of course, you can always copy these files using the finder by dragging
- # each to its appropriate place. This script is only meant to be a convenience.
-
- # Copy the TApplication header file to the C++ Includes folder
- Duplicate 'TApplicationCommon.h' "{CPlusIncludes}"TApplicationCommon.h
- Duplicate 'TApplication.h' "{CPlusIncludes}"TApplication.h
-
- # Copy the TApplication library to the C++ Libraries folder
- Duplicate 'TApplication.o' "{CPlusLibraries}"TApplication.o
-
- # By the way, if you wish to always overwrite any previously existing copies
- # of these files in the C++ Libraries and Includes folders, use the -y option
- # in the duplicate command.